
Command Line: diskspd.exe -c10G -t2 -d60 -o8 -b4k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 4096
		using random I/O (alignment: 4096)
		number of outstanding I/O operations: 8
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.00s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|  10.81%|   0.70%|   10.10%|  89.21%
   1|   7.08%|   0.76%|    6.33%|  92.94%
-------------------------------------------
avg.|   8.94%|   0.73%|    8.22%|  91.08%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       707473408 |       172723 |      11.24 |    2878.58 |    2.787 |    21.145 | test.dat (10240MB)
     1 |       684777472 |       167182 |      10.88 |    2786.23 |    2.879 |    21.302 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1392250880 |       339905 |      22.13 |    5664.81 |    2.832 |    21.222

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       565841920 |       138145 |       8.99 |    2302.30 |    2.615 |    17.597 | test.dat (10240MB)
     1 |       547500032 |       133667 |       8.70 |    2227.68 |    2.681 |    17.737 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1113341952 |       271812 |      17.70 |    4529.98 |    2.647 |    17.666

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       141631488 |        34578 |       2.25 |     576.27 |    3.474 |    31.554 | test.dat (10240MB)
     1 |       137277440 |        33515 |       2.18 |     558.56 |    3.669 |    31.750 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         278908928 |        68093 |       4.43 |    1134.83 |    3.570 |    31.650


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.033 |      0.035 |      0.033
   25th |      0.081 |      0.084 |      0.082
   50th |      0.137 |      0.142 |      0.138
   75th |      0.449 |      0.642 |      0.461
   90th |      5.777 |      0.906 |      4.768
   95th |      8.926 |      1.126 |      8.096
   99th |     27.168 |     84.415 |     34.630
3-nines |    290.874 |    432.359 |    353.581
4-nines |    354.127 |    753.417 |    485.315
5-nines |    431.759 |    879.414 |    871.897
6-nines |    438.061 |    879.414 |    879.414
7-nines |    438.061 |    879.414 |    879.414
8-nines |    438.061 |    879.414 |    879.414
9-nines |    438.061 |    879.414 |    879.414
    max |    438.061 |    879.414 |    879.414
